#include <gridpack/math/nonlinear_solver.hpp>
#include <gridpack/math/newton_raphson_solver.hpp>
#include <gridpack/math/linear_solver.hpp>
#include <gridpack/math/linear_matrix_solver.hpp>
Go to the source code of this file.
Namespaces | |
namespace | gridpack |
namespace | gridpack::math |
Functions | |
void | gridpack::math::Initialize (int *, char ***) |
bool | gridpack::math::Initialized (void) |
Is the math library initialized? | |
void | gridpack::math::Finalize (void) |
Do whatever is necessary to shut down the math library. |